Param2Desc{Index of the item whoose text you wish to change.  The first item has an index of 0.}CommandName{changeItem}HelpPath{Special}OpenBrace{ }Parameters{handle gadget, int index, str newText}CloseBrace{}Description{Changes the text of an item in a combobox or listbox.}Param1{gadget}Param1Desc{Handle to a listbox or combobox gadget.}Param2{index}Param3{newText}Param3Desc{The new text for the specified item.}